{
device_id: 1234567891011121, -- Unique device identifier
packageName: 'br.com.yourpackagename', -- Unique identifier of a Google Play or App Store application
mm: 1234567890, -- Major-minor are the 16-bit pairs that form the 32-bit number in BLE, identifying the phone
brand: 'motorola', -- Brand of the device that captured the message
model: 'moto g34', -- Model of the device that captured the message
os: 'android', -- OS of the device that captured the message
version: '4.10.3', -- GL SDK version
os_version: '35', -- OS version of the device that captured the message
event_time: 1728065132745, -- Date and time when the message was captured
cfray: '12345abcde-ABC',
rssi: -71, -- Distance between the device and the device that captured the message
adv_key: 'A1234567-B123-1ABC-1234-AB12CDE3456F', --
server_time: 1728065133615, -- Date and time when the message arrived at GL servers
event_duration: -1, -- Time between EVENT_IN and EVENT_OUT
event_type: 'EVENT_IN', -- Event type - EVENT_IN (Entered the device's range), EVENT_OUT (Exited the device's range)
tags: [] --
notification_token: 'abc-123' -- Unique identification of the device that captured the message, using the FCM Token.
}